home *** CD-ROM | disk | FTP | other *** search
/ MacTech 1 to 12 / MacTech-vol-1-12.toast / Source / Skeleton ƒ / Read Me next >
Text File  |  1997-02-27  |  987b  |  11 lines

  1. Skeleton (68K)
  2. Author:  Mike MacFadden
  3. E-Mail:  MMacF007@AOL.COM
  4.  
  5.  
  6.         This is just a simple skeleton program for a 68K Macintosh, written in C++ using MetroWerks Codewarrior.  This Program will simply, upon launch, set up the Apple  and File menus in the menu bar.  It also has a simple about box that can be viewed from the Apple Menu.  The source code included is heavily commented as to what most of the functions do.  This code will provide a good base for anyone who is learning how to program in C++, or just doesn't want to start from scratch with every program.  
  7.         You may use this code in writing or improving any applications you wish.  However if you give the source code, and or compiled application, to anyone else, please include this Read-Me file.  If you do use this code to build a program, I would love to see it, if that would be possible.  Any comments or ideas on how this program could be improved are welcome.  Feel free to E-Mail me with any questions.  
  8.  
  9. -Mike
  10.  
  11.